home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / numonchannel < prev    next >
Text File  |  2001-03-21  |  503b  |  19 lines

  1. Synopsis:
  2.    $numonchannel(<channel>|*)
  3.  
  4. Technical:
  5.    This function is used to get the number of users on the specified
  6.    channel.  The client must currently be on the channel for it to work.
  7.  
  8. Practical:
  9.    This function is mostly useful for statistical analysis.  One possible
  10.    might be to trigger a mode change (+i, +l, +m) for the channel when the
  11.    user count reaches a certain level.
  12.  
  13. Returns:
  14.    number of users on given channel, or nothing if error
  15.  
  16. See Also:
  17.    onchannel(6)
  18.  
  19.